Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blog[js]: Add post announcing JS SDK 2.0 #6574

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

JamieDanielson
Copy link
Member

OpenTelemetry JavaScript recently released SDK 2.0. There have been many improvements and breaking changes and we want to make this easily findable.

@opentelemetrybot opentelemetrybot requested a review from a team March 19, 2025 18:48
@github-actions github-actions bot added the blog label Mar 19, 2025
@JamieDanielson JamieDanielson requested review from a team and maryliag and removed request for a team March 19, 2025 18:48
@opentelemetrybot opentelemetrybot requested a review from a team March 19, 2025 18:52
[v2.0.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v2.0.0)
and
[v0.200.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.200.0)
releases and provide feedback
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want to add something on how to provide feedback? I see people getting confused on how to do so. Maybe mention creation of issues, or reaching our slack/SIG. I know you added slack and sig right below, but wanted to make more clear those are the communications channels for feedback too

Copy link
Contributor

@trentm trentm Mar 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The upgrade guide has this blurb, FWIW:

If you have any questions about the 2.x changes, please ask! You can reach the OTel JS community on the [#otel-js](https://cloud-native.slack.com/archives/C01NL1GRPQR) channel of the [CNCF Slack](https://slack.cncf.io/), [open a Discussion issue](https://github.com/open-telemetry/opentelemetry-js/issues/new?template=discussion.md) on the repository, or join the weekly [OTel JS SIG zoom call](https://docs.google.com/document/d/1tCyoQK49WVcE-x8oryZOTTToFm7sIeUhxFPm9g-qL1k/edit).

If you have any questions about the 2.x changes, please ask! You can reach the OTel JS community on the #otel-js channel of the CNCF Slack, open a Discussion issue on the repository, or join the weekly OTel JS SIG zoom call.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh... I guess the subsequent few bullets include links on how to get involved.

Copy link
Contributor

@trentm trentm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. LGTM.

@opentelemetrybot opentelemetrybot requested a review from a team March 20, 2025 09:47
---
title: Announcing the OpenTelemetry JavaScript SDK 2.0
linkTitle: OTel JS SDK 2.0
date: 2025-02-21
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
date: 2025-02-21
date: 2025-02-20

@opentelemetrybot opentelemetrybot requested a review from a team March 20, 2025 09:52
Copy link
Contributor

@chalin chalin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great to see a blog post about the new release. See inline comments for preliminary suggestions.

cSpell:ignore: Danielson
---

Exciting news!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Exciting news!
Exciting news:

---

Exciting news!
[OpenTelemetry JavaScript](https://github.com/open-telemetry/opentelemetry-js)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[OpenTelemetry JavaScript](https://github.com/open-telemetry/opentelemetry-js)
[OpenTelemetry JavaScript](/docs/languages/js/)

Exciting news!
[OpenTelemetry JavaScript](https://github.com/open-telemetry/opentelemetry-js)
has released
[SDK 2.0](https://github.com/open-telemetry/opentelemetry-js/releases)!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[SDK 2.0](https://github.com/open-telemetry/opentelemetry-js/releases)!
[SDK 2.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v2.0.0)!

Comment on lines +16 to +19
There is a
[migration guide](https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md)
in the repository detailing breaking changes and steps for users to take to
upgrade to the latest versions.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This paragraph seems redundant given the content below. If you intended this to be a TL;DR or call out, then wrap it in an alert like this:

Suggested change
There is a
[migration guide](https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md)
in the repository detailing breaking changes and steps for users to take to
upgrade to the latest versions.
{{% alert-md title="Migration guide" color="info" %}}
For a detailed description of breaking changes, see the **migration guide**
[Upgrade to OpenTelemetry JS SDK 2.x][migration guide].
[migration guide]:
https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md
{{% /alert-md %}}


## What is JS SDK 2.x?

"JS SDK 2.x" encompasses new releases of the `@opentelemetry/*` JavaScript
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the quotes? I suggest dropping them:

Suggested change
"JS SDK 2.x" encompasses new releases of the `@opentelemetry/*` JavaScript
JS SDK 2.x encompasses new releases of the `@opentelemetry/*` JavaScript

except the API and semantic-conventions packages. The package versions for this
new major will be `>=2.0.0` for the stable and `>=0.200.0` for the unstable
packages. Details on the full list of packages can be found in the
[migration guide](https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md#what-is-js-sdk-2x).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you commit the {{% alert-md ... %}} suggested previously, you'll be able to reuse the markdown link definition:

Suggested change
[migration guide](https://github.com/open-telemetry/opentelemetry-js/blob/main/doc/upgrade-to-2.x.md#what-is-js-sdk-2x).
[migration guide][].

@chalin
Copy link
Contributor

chalin commented Mar 20, 2025

/fix:refcache

@opentelemetrybot
Copy link
Collaborator

You triggered fix:refcache action run at https://github.com/open-telemetry/opentelemetry.io/actions/runs/13966803156

@opentelemetrybot
Copy link
Collaborator

fix:refcache was successful.

IMPORTANT: (RE-)RUN /fix:all to ensure that there are no remaining check issues.

@chalin
Copy link
Contributor

chalin commented Mar 20, 2025

@chalin chalin force-pushed the jamie.blog-oteljs-sdk-2-0 branch from 9d7e359 to d0359b8 Compare March 20, 2025 10:47
@opentelemetrybot opentelemetrybot requested a review from a team March 20, 2025 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

5 participants